jas.jds.module
Class ModuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jas.util.NestedException
                    |
                    +--jas.jds.module.ModuleException
All Implemented Interfaces:
HasNestedException, java.io.Serializable

public class ModuleException
extends NestedException

See Also:
Serialized Form

Constructor Summary
ModuleException(java.lang.String s, java.lang.Throwable ex)
           
 
Methods inherited from class jas.util.NestedException
formatNestedException, getMessage, getNestedException, getSimpleMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleException

public ModuleException(java.lang.String s,
                       java.lang.Throwable ex)